home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 860 < prev    next >
Text File  |  1994-08-27  |  608b  |  23 lines

  1. Subject: Re: Amodal Dialogs, etc. 
  2. Date: Tue, 19 Jul 1994 17:33:18 +1000
  3. From: Warwick Allison <warwick@cs.uq.oz.au>
  4. Precedence: bulk
  5.  
  6. Timothy Miller wrote:
  7.  
  8. >In addition to this, I decided that I wanted to keep the title of the 
  9. >window stored in the resource file also.  When the dialog is initialized, 
  10. >the object number of any object with a TEDINFO is passed to the service 
  11. >routine and the title is retreived from there.
  12.  
  13. Alternatively, you could use a Free String for this.
  14.  
  15. (eg. in gem++:
  16.  
  17.     GEMformwindow my_window(activity, rsc, MY_WIN);
  18.     my_window.SetName(rsc.String(MY_WIN_TITLE));
  19. )
  20.  
  21. --
  22. Warwick
  23.